go/printer.printer.bodySize (method)

2 uses

	go/printer (current package)
		nodes.go#L1757: func (p *printer) bodySize(b *ast.BlockStmt, maxSize int) int {
		nodes.go#L1800: 	if headerSize+p.bodySize(b, maxSize) <= maxSize {